home *** CD-ROM | disk | FTP | other *** search
- unit icon1695:10 $$ vector graphics/text block
- 1695 $$ label - return here if invalid input
- enable touch
- pause keys=all
- disable touch
- if ((zkey = touch $and$ (ztouchx > 486) $and$ (ztouchy > 127) $and$ (ztouchx < 554) $and$ (ztouchy < 218)))
- . calc TOUCHBOX _ 0
- . branch 1695end
- endif
- if ((zkey = touch $and$ (ztouchx > 217) $and$ (ztouchy > 7) $and$ (ztouchx < 252) $and$ (ztouchy < 45)))
- . calc TOUCHBOX _ 1
- . do mickey
- . branch 1695
- endif
- if ((zkey = touch $and$ (ztouchx > 152) $and$ (ztouchy > 0) $and$ (ztouchx < 196) $and$ (ztouchy < 17)))
- . calc TOUCHBOX _ 2
- . do donut
- . branch 1695
- endif
- if ((zkey = touch $and$ (ztouchx > 96) $and$ (ztouchy > 1) $and$ (ztouchx < 133) $and$ (ztouchy < 55)))
- . calc TOUCHBOX _ 3
- . do coffee
- . branch 1695
- endif
- style outline
- style thickness,1
- style dash $$ solid line style
- * Default Touch Area
- if (zkey = touch)
- . calc TOUCHBOX _ -1
- . do pickobj
- . branch 1695
- endif
- if zkey = "a"
- . do menukey1
- . branch 1695
- endif
- if zkey = "r"
- . do menukey1
- . branch 1695
- endif
- if zkey = "q"
- . do menukey1
- . branch 1695
- endif
- if zkey = "b"
- . do menukey1
- . branch 1695
- endif
- if zkey = "o"
- . do menukey1
- . branch 1695
- endif
- if zkey = "n"
- . do menukey1
- . branch 1695
- endif
- if zkey = "f"
- . do menukey1
- . branch 1695
- endif
- if zkey = "h"
- . do menukey1
- . branch 1695
- endif
- branch 1695 $$ not valid input - get again
- 1695end
- disable touch
-